home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / mousetest.lha / tstL.scp < prev    next >
Text File  |  1992-12-17  |  225b  |  11 lines

  1. ;This script reports the status of the
  2. ;  left mouse button two seconds after it is run.
  3. wait 2 secs
  4.  
  5. TestLMB
  6. if WARN
  7.      echo "The left mousebutton was pressed."
  8. else
  9.      echo "The left mousebutton was NOT pressed."
  10. endif
  11.